Notifies listeners of changes to the vector.
generic<typename T>
public interface class IObservableVector : IVector<T>
The IObservableVector<T> interface enables clients to register for notification events for IVector<T> objects. For example, use notification events when you need to keep two data structures synchronized. In this scenario, you can use the IObservableVector<T> interface to receive notification of changes, so that the associated data structure can be updated.
Namespace: Windows.Foundation.Collections
Metadata: windows.winmd